gusucode.com > GUI界面实现语音增强matlab源码程序 > speech enhancement/spect.m

    [y,fs,bit]=wavread('g:\gun_freq.wav');
[Y,f]=psd(y(1500:1660),256,8000);
plot(f,Y,'r-');